home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ansi / coljst20.zip / COLORJST.DOC < prev    next >
Text File  |  1991-12-06  |  3KB  |  76 lines

  1.  
  2.             ColorJust release 2.0  11/91
  3.             ----------------------------
  4.  
  5.                Written by Chris Howe
  6.                  Dept. of CS & EE
  7.                University of Vermont
  8.                Burlington, VT 05405
  9.  
  10.  
  11.      *********************************************************************
  12.      ***       This Program is Copyright (c) 1991 by Chris Howe.       ***
  13.      *** Version 2.0 of this program is released to the public domain. ***
  14.      *********************************************************************
  15.  
  16.  
  17.  
  18.     INTRODUTION:
  19.  
  20.         ColorJust provides an easy and fun to use interface to three of 
  21.     your VGA's color registers -- those which determine the default text
  22.     foreground, background and border colors.  By manipulating the color
  23.     registers directly, a vast range of color adjustment is possible.
  24.     Each color register can hold 64 levels of each of the primary colors:
  25.     Red, Green and Blue. This gives a total number of possible combinations
  26.     equal to 64 to the third power, or 262,144.
  27.         This sounds like a lot, but in practice some of the combinations 
  28.     are not perceptibly different (at least not to my eyes!).  However, 
  29.     you still have far greater flexibility than you did with some of the 
  30.     old color customization programs that only let you choose between the 
  31.     16 default EGA colors.
  32.  
  33.  
  34.     USE:
  35.  
  36.         The ColorJust interface was designed to be as self-explanatory as
  37.     possible. When you type CJ (or whatever you rename the program to) at 
  38.     the DOS prompt, a control panel box will pop up. This is dominated by
  39.     9 horizontal color-coded bar graph indicators, which reflect the current
  40.     state of the text colors.
  41.         The color levels may be adjusted by clicking the left button of the 
  42.     mouse on the arrows to the left of the bar graphs. Holding the button
  43.     down on an arrow will cause an auto-repeat action to occur after a short 
  44.     delay. Any changes will immediately affect the screen behind the control
  45.     panel box.
  46.  
  47.         A particular color combination may saved in a file. To do so,
  48.     click on the "Save" button, and enter the file name at the prompt. 
  49.     The Save box is small, but it scrolls horizontally to accommodate 
  50.     long paths.
  51.         A load button is not present in this version, because it seemed
  52.     unnecessary for only three sets of numbers.
  53.         However, files may be used to set the screen colors from the 
  54.     command line.  This allows you to set your favorite colors in the 
  55.     autoexec.bat file.  An example of the syntax is:
  56.  
  57.                         CJ -f coolblue.ice
  58.  
  59.  
  60.         The "About" button doesn't really do anything; don't bother
  61.     clicking on it.  (A little reverse psychology)
  62.  
  63.  
  64.         Click on the "Exit" button to return to DOS.
  65.  
  66.  
  67.  
  68.  
  69.     NOTES:
  70.  
  71.         Some applications programs, especially those that use graphics
  72.     mode, alter the color registers directly and do not restore them 
  73.     to their original values when they terminate. If this happens, you 
  74.     will have to reload your color file.
  75.     
  76.